calloc

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
  1. void* calloc(size_t count, size_t size, string file, size_t line)
  2. void* calloc(size_t count, size_t size)
    version(!CustomRuntime)
    extern (C) @nogc extern nothrow
    void*
    calloc
    (
    size_t count
    ,
    size_t size
    )

Meta